home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / amiexpress / source / doors / multichatdoor / multichat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-05  |  235 b   |  11 lines

  1. #define CHATMSG 0
  2. #define NO_CHATMSG 1
  3. #define CLOSEIT 100
  4.  
  5. void main(int, char **);
  6. void end(void);
  7. BOOL CreateChatPort(void);
  8. UWORD DeleteChatPort(void);
  9. UWORD SendMsg(char);
  10. void CheckMsg(struct StatusStruct *);
  11. char GetInput(void);